Function |trim_end
std/text/compose::|trim_end
Usage
|trim_end(text)
Parameters
↳ text:
string
Return
↴ string
Trim end of string.
Return string with trailing whitespace removed.
Whitespace is defined according to the terms of the Unicode Derived Core Property White_Space
, which includes newlines.